Improve the description of the ::language property. (#143802, Owen Taylor)
authorMatthias Clasen <maclas@gmx.de>
Mon, 7 Jun 2004 03:28:23 +0000 (03:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 7 Jun 2004 03:28:23 +0000 (03:28 +0000)
Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
of the ::language property.  (#143802, Owen Taylor)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktexttag.c

index 0bd49283a7e44f653b5b0ec747600f58fb220ee5..5277270d5c67c9876281e9895830b7bb0ff261d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+       of the ::language property.  (#143802, Owen Taylor)
+
 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
index 0bd49283a7e44f653b5b0ec747600f58fb220ee5..5277270d5c67c9876281e9895830b7bb0ff261d7 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+       of the ::language property.  (#143802, Owen Taylor)
+
 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
index 0bd49283a7e44f653b5b0ec747600f58fb220ee5..5277270d5c67c9876281e9895830b7bb0ff261d7 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+       of the ::language property.  (#143802, Owen Taylor)
+
 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
index 0bd49283a7e44f653b5b0ec747600f58fb220ee5..5277270d5c67c9876281e9895830b7bb0ff261d7 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jun  6 23:24:43 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktexttag.c (gtk_text_tag_class_init): Improve the description
+       of the ::language property.  (#143802, Owen Taylor)
+
 Sat Jun  5 23:07:30 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c: (gtk_entry_completion_init),
index 538da1d3165273139761ba5c763a57374f090177..9f36a8200540823512d500d9a7bbfeb201d34e01 100644 (file)
@@ -382,7 +382,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
                                    PROP_LANGUAGE,
                                    g_param_spec_string ("language",
                                                         P_("Language"),
-                                                        P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it"),
+                                                        P_("The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used."),
                                                         NULL,
                                                         G_PARAM_READABLE | G_PARAM_WRITABLE));